All Questions
1 question
1vote
1answer
2kviews
How to retrieve items from an array of arrays?
Hello StackExchange pros! I am working on a zsh project for macOS. I used typeset to create three associative arrays to hold values, and a fourth array to reference the individual arrays. Is it ...